* profiler.el (profiler-sampling-interval): Change default back to 1.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Oct 2012 01:46:06 +0000 (18:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Oct 2012 01:46:06 +0000 (18:46 -0700)
See Stefan Monnier in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.

lisp/ChangeLog
lisp/profiler.el

index 70cad198096c463aa14d62d2049bbe67ee1f9e7d..7b45cf57a60a8c4f858b24df2f2ebd6a72062eed 100644 (file)
@@ -1,3 +1,9 @@
+2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * profiler.el (profiler-sampling-interval): Change default back to 1.
+       See Stefan Monnier in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
+
 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        Shell output catching a la gud-gdb.
index b2963d837a53f99503150baf977ffc23d2cc3c8b..55e706ec70b9d60f85204ff05854c26842f072ea 100644 (file)
@@ -33,7 +33,7 @@
 
 (defconst profiler-version "24.3")
 
-(defcustom profiler-sampling-interval 10
+(defcustom profiler-sampling-interval 1
   "Default sampling interval in millisecond."
   :type 'integer
   :group 'profiler)